home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / frogger.swf / scripts / DefineSprite_314 / frame_20 / DoAction.as
Text File  |  2005-01-07  |  311b  |  9 lines

  1. w1_x = getProperty("/schild12", _X) + "50";
  2. w2_x = getProperty("/schild12", _X) - "50";
  3. frog_x = getProperty("/frosch", _X);
  4. frog_y = getProperty("/frosch", _Y);
  5. if(frog_y < "80" and "62" < frog_y and frog_x < w1_x and w2_x < frog_x)
  6. {
  7.    setProperty("/frosch", _X, getProperty("/frosch", _X) - "2");
  8. }
  9.